Welcome![Sign In][Sign Up]
Location:
Search - linux 2.6

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[OS programlinux-2.4.20

Description: linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Platform: | Size: 38185984 | Author: 邵书超 | Hits:

[Linux-UnixSDcard

Description: linux 2.6下的sd卡驱动,非标准协议-linux 2.6 under the sd card driver, non-standard agreement
Platform: | Size: 37888 | Author: focse | Hits:

[Embeded Linuxs3c2440_linux-2.6.24.4-dm9000

Description: 一个针对linux-2.6.24.4和s3c2440平台已移植好的DM9000A的网卡驱动程序。 本人自己移植的,在自己的板子上使用良好 板子是YLP2440-One for linux-2.6.24.4 and S3C2440 platform has good transplanted DM9000A the network card driver. I own transplants, in their own board on the use of a good board is YLP2440
Platform: | Size: 9216 | Author: yangdk | Hits:

[Embeded LinuxLEDS

Description: 嵌入式linux(2.6)+ARM(s3c2410)下的leds驱动程序-Embedded linux (2.6)+ ARM (s3c2410) under the leds driver
Platform: | Size: 1024 | Author: hwj | Hits:

[Linux-Unixled-2.6.12

Description: 一个linux 2.6内核下的完整的字符驱动实例,可以静态加载进内核,源码包含了对Makefile和Kconfig的修改,硬件平台是s3c2440.-A linux 2.6 kernel complete examples of character-driven, you can still load into the kernel source code contains a Makefile and Kconfig changes to the hardware platform is s3c2440.
Platform: | Size: 5120 | Author: 白文晓 | Hits:

[Embeded Linuxcs8009a-2.6.14.1--OK

Description: LINUX2.6.14.1下的CS8900A驱动源代码-LINUX2.6.14.1 under the CS8900A driver source code
Platform: | Size: 10240 | Author: lby | Hits:

[Linux-Unixchar_driver_demo

Description: Linux 2.6核下的字符驱动示例。以简单的代码表现Linux的驱动程序结构-Linux 2.6 Examples of lower-character-driven. The performance of a simple code structure Linux driver
Platform: | Size: 3072 | Author: guo | Hits:

[Linux-Unixlinux2.6

Description: 2.6 内核源代码 不是分析 想要了解linux 一定要去看他的程序-2.6 kernel source code is not Want to learn linux analysis must look at his procedures
Platform: | Size: 1542144 | Author: | Hits:

[Linux-Unixsdio-2.6.18-full

Description: linux下的SDIO 驱动,很详细,可以执行-linux sdio driver
Platform: | Size: 477184 | Author: 赵云霞 | Hits:

[Linux-Unixdemo1

Description: Linux 2.6内核版本下的PCI字符驱动开发练习参考代码。-Linux 2.6 kernel version of PCI-driven development practice character reference code.
Platform: | Size: 91136 | Author: MEYE | Hits:

[Embeded Linuxnetlink_2.6.x

Description: netlink sample for arm linux under 2.6.x, to use it, just download and modify you cross compiler path
Platform: | Size: 8192 | Author: mingkuang tsai | Hits:

[Embeded Linuxled

Description: linux 2.6核s3c2410 led 驱动程序 -linux 2.6 Nuclear s3c2410 led driver
Platform: | Size: 2048 | Author: 吴俊 | Hits:

[Linux-Unixsdiostack

Description: sdio stack for linux 2.6.24版本, 其他版本编译会出错, 建议使用gcc4.3以下的版本.-sdio stack for linux 2.6.24 version, other versions of the compiler to be wrong, it is recommended to use the following version of gcc4.3.
Platform: | Size: 117760 | Author: 丹尼 | Hits:

[Linux-Unixklogger-1.5(2.6.24)

Description: Linux 2.6 内核键盘记录工具 十分好用,强烈推荐-Linux 2.6 kernel keylogger tool is very easy to use, highly recommended
Platform: | Size: 21504 | Author: huihui | Hits:

[Embeded LinuxLCDDRVIVE

Description: 基于ARM s3c2410嵌入式LINUX 2.6内核的LCD液晶显示屏的驱动程序源代码和头文件-Based on ARM s3c2410 Embedded LINUX 2.6 kernel LCD liquid crystal display driver source code and header files
Platform: | Size: 3072 | Author: 王佳 | Hits:

[Internet-Network72407354sdio-2.6.18-full

Description: SDIO Full driver for Linux development environment
Platform: | Size: 477184 | Author: | Hits:

[Linux-UnixLinux-2.4.0-kernel-source

Description: 压缩包内是Linux 2.4.0的内核源码 主要是用于大家学习,可能内容有一些不完善,想望大家谅解-Compressed within a Linux 2.4.0 kernel source is mainly used them to learn, the content may have some imperfections, the understanding we desire
Platform: | Size: 29132800 | Author: jimowuxin | Hits:

[Linux-Unixlibxml2-2.6.30

Description: libxml2:xml文件解析生成库,版本2.6.30-libxml source
Platform: | Size: 5663744 | Author: Sun | Hits:

[Linux-Unixxr_usb_serial_linux-2.6.18-to-3.4

Description: XR21V1410/1412/1414 USB HUB驱动程序,适用于linux 2.6-3.4版本(The XR21V1410/1412/1414 USB HUB driver is available for the Linux 2.6-3.4 version)
Platform: | Size: 19456 | Author: 板砖 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net